home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / slip_mud.zip / NTCPDRV.DOC < prev    next >
Text File  |  1992-07-31  |  3KB  |  93 lines

  1. Trumpet TCPDRV version 2.01
  2. ---------------------------
  3.  
  4. This is the Trumpet TCP driver.  It provides a standard binary interface to
  5. host of tcp applications.
  6.  
  7. The commands for TCPDRV.EXE are :
  8.  
  9. tcpdrv [ <my-ip> ] [ <no. TCPs> ] [ <no. UDPs> ] [ <no. IPs> ] { -<option> }
  10.  
  11. <options> are
  12.  
  13.         -u                      unload
  14.         -c                      close(kill) all TCP connections
  15.         -s                      status
  16.         -k <n>                  kill a specified connection
  17.         -d                      debug (use with caution since it is a TSR)
  18.         -dbfile=name            debug file for debug (use with caution)
  19.         -debug={a|e|i|r|t|u|+}  alternative debug options (use with caution)
  20.         -vec=xx                 tcpdrv interrupt vector in hex (60-7F)
  21.                                 (default=search)
  22.         -ip=addr                (my ip address) or bootp, rarp
  23.         -netmask=addr           e.g. 255.255.255.0
  24.         -gateway=addr
  25.         -dns-host=addr          Domain name server
  26.         -dns                    synonym for above
  27.         -time-host=addr         time server
  28.         -time                   synonym for the above
  29.         -mss=n                  tcp maximum segment size (1024 maximum)
  30.         -rwin=n                 tcp receive window (4096 maximum)
  31.         -domain                 your domain suffix list separated by commas
  32.  
  33. e.g.
  34.  
  35. tcpdrv                          loads with 4 TCP sessions,
  36.                                 3 UDP and 1 raw IP
  37.                                 use BOOTP
  38.  
  39. tcpdrv rarp 2 1 0               use rarp 2 TCP, 1 UDP, 0 IP
  40.  
  41. tcpdrv -u                       unload TCPDRV
  42.  
  43. tcpdrv -s                       status report of TCP connections
  44.  
  45. tcpdrv -ip=131.217.35.100 -netmask=255.255.0.0 -gateway=131.217.250.1
  46.  
  47.                                 start with specific address
  48.  
  49.  
  50. The driver is experimental at the moment, and more optional features
  51. will be added as required.
  52.  
  53. Once the driver has successfully loaded, you can use any other
  54. applications as needed.
  55.  
  56. Applications
  57. ------------
  58.  
  59. archie2.exe     Archie client
  60. finger2.exe     Finger client
  61. ftp2.exe        ftp client
  62. hopchk2.exe     hop check client (trace route)
  63. ichat2.exe      peer to peer internet chat client  (uses port 2048)
  64.                 (not an IRC client)
  65. ping2.exe       ping client
  66. status.exe      provide a tcp status screen  (used with windows)
  67. tel2.exe        dumb telnet client
  68. whois2.exe      whois client (speaks to nic.ddn.mil)
  69.  
  70. Also available  (not in this .zip file)
  71. --------------
  72.  
  73. newsabi.exe     the latest version of Trumpet
  74. ircabi.exe      the latest version of IRC client
  75.  
  76. Bugs
  77. ----
  78.  
  79. Problems with output if running debug mode to more than one
  80. task (under windows).
  81. IP fragmentation not supported in send or receive.
  82.  
  83.  
  84. Other Notes
  85. -----------
  86.  
  87. This product will eventually become shareware.  If you would like to write
  88. an application which uses this tcp, the specification of Trumpet ABI is
  89. available by e-mailing
  90.  
  91.     peter@psychnet.psychol.utas.edu.au
  92.  
  93.